home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / frame_3 / DoAction.as
Text File  |  2007-10-01  |  115b  |  9 lines

  1. init();
  2. playSound("gameStart");
  3. setTimeout(function()
  4. {
  5.    playSound("soundtrack",1500);
  6. }
  7. ,1000);
  8. stop();
  9.